Html Css Color HEX #648A72 Sirocco

📋 copy color: '#648A72'

red 100 ◦ green 138 ◦ blue 114

#648A72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #648A72

Tints of Sirocco #648A72

RGB

 RED value IS 100 (39.45% from 255) = 28.41%

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 28.41%
G = 39.2%
B = 32.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#648A72 (or 0x648A72) is known color: Sirocco. HEX triplet: 64, 8A and 72. RGB value is (100,138,114). Sum of RGB (Red+Green+Blue) = 100+138+114=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #648A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A72 is #9B758D. Grayscale: #7B7B7B. Windows color (decimal): -10188174 or 7506532. OLE color: 7506532.

HSL color Cylindrical-coordinate representation of color #648A72: hue angle of 142.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648A72 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 114 -
CMYK 0.28 0 0.17 0.46
HSL 142.11º 0.16% 0.47% -
HSV(B) 142.11º 0.28% 0.54% -
XYZ 17.38 22.1 19.27 -
YUV 123.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 100 138 114 0.28 0 0.17 0.46 142.11 0.16 0.47
Hex 64 8A 72 1C 0 11 2E 8E 10 2F
Octal 144 212 162 34 0 21 56 216 20 57
Binary 1100100 10001010 1110010 11100 0 10001 101110 10001110 10000 101111

Color Harmonies of #648A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A72

Black with #648A72

Text Example


Text Example

White with #648A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A72; }

 p { color: rgb(100,138,114); }

 H1.HeaderClassName
 {
   color: #648A72;
 }
 .AnyTagClassName
 {
   color: #648A72;
 }
</style>

background-color css

<style>
 a { background-color: #648A72; }

 a { background-color: rgb(100,138,114); }

 div.DivClassName
 {
   background-color: #648A72;
 }
 .BgClassName
 {
   background-color: #648A72;
 }
</style>

border-color css

<style>
 span { border-color: #648A72; }

 span { border-color: rgb(100,138,114); }

 td.TdClassName
 {
   border-color: #648A72;
 }
 .TagClassName
 {
   border-color: #648A72;
 }
</style>