Html Css Color HEX #647C70 Sirocco

📋 copy color: '#647C70'

red 100 ◦ green 124 ◦ blue 112

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

Shades of Sirocco #647C70

Tints of Sirocco #647C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 29.76%
G = 36.9%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#647C70 (or 0x647C70) is known color: Sirocco. HEX triplet: 64, 7C and 70. RGB value is (100,124,112). Sum of RGB (Red+Green+Blue) = 100+124+112=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 124 - color contains mainly: green. Hex color #647C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C70 is #9B838F. Grayscale: #737373. Windows color (decimal): -10191760 or 7371876. OLE color: 7371876.

HSL color Cylindrical-coordinate representation of color #647C70: hue angle of 150º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #647C70 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 124 112 -
CMYK 0.19 0 0.10 0.51
HSL 150º 0.11% 0.44% -
HSV(B) 150º 0.19% 0.49% -
XYZ 15.39 18.29 18.05 -
YUV 115.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 100 124 112 0.19 0 0.10 0.51 150 0.11 0.44
Hex 64 7C 70 13 0 A 33 96 B 2C
Octal 144 174 160 23 0 12 63 226 13 54
Binary 1100100 1111100 1110000 10011 0 1010 110011 10010110 1011 101100

Color Harmonies of #647C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C70

Black with #647C70

Text Example


Text Example

White with #647C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647C70; }

 p { color: rgb(100,124,112); }

 H1.HeaderClassName
 {
   color: #647C70;
 }
 .AnyTagClassName
 {
   color: #647C70;
 }
</style>

background-color css

<style>
 a { background-color: #647C70; }

 a { background-color: rgb(100,124,112); }

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

border-color css

<style>
 span { border-color: #647C70; }

 span { border-color: rgb(100,124,112); }

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