Html Css Color HEX #647F6B Sirocco

📋 copy color: '#647F6B'

red 100 ◦ green 127 ◦ blue 107

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

Shades of Sirocco #647F6B

Tints of Sirocco #647F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 38.02%

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 29.94%
G = 38.02%
B = 32.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#647F6B (or 0x647F6B) is known color: Sirocco. HEX triplet: 64, 7F and 6B. RGB value is (100,127,107). Sum of RGB (Red+Green+Blue) = 100+127+107=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #647F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F6B is #9B8094. Grayscale: #747474. Windows color (decimal): -10190997 or 7044964. OLE color: 7044964.

HSL color Cylindrical-coordinate representation of color #647F6B: hue angle of 135.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647F6B is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 127 107 -
CMYK 0.21 0 0.16 0.50
HSL 135.56º 0.12% 0.45% -
HSV(B) 135.56º 0.21% 0.5% -
XYZ 15.5 18.95 16.75 -
YUV 116.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 100 127 107 0.21 0 0.16 0.50 135.56 0.12 0.45
Hex 64 7F 6B 15 0 10 32 88 C 2D
Octal 144 177 153 25 0 20 62 210 14 55
Binary 1100100 1111111 1101011 10101 0 10000 110010 10001000 1100 101101

Color Harmonies of #647F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F6B

Black with #647F6B

Text Example


Text Example

White with #647F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,127,107); }

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

background-color css

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

 a { background-color: rgb(100,127,107); }

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

border-color css

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

 span { border-color: rgb(100,127,107); }

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