Html Css Color HEX #627464 Sirocco

📋 copy color: '#627464'

red 98 ◦ green 116 ◦ blue 100

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

Shades of Sirocco #627464

Tints of Sirocco #627464

RGB

 RED value IS 98 (38.67% from 255) = 31.21%

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 31.21%
G = 36.94%
B = 31.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#627464 (or 0x627464) is known color: Sirocco. HEX triplet: 62, 74 and 64. RGB value is (98,116,100). Sum of RGB (Red+Green+Blue) = 98+116+100=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #627464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627464 is #9D8B9B. Grayscale: #6C6C6C. Windows color (decimal): -10324892 or 6583394. OLE color: 6583394.

HSL color Cylindrical-coordinate representation of color #627464: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #627464 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 100 -
CMYK 0.16 0 0.14 0.55
HSL 126.67º 0.08% 0.42% -
HSV(B) 126.67º 0.16% 0.45% -
XYZ 13.58 16.01 14.43 -
YUV 108.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 98 116 100 0.16 0 0.14 0.55 126.67 0.08 0.42
Hex 62 74 64 10 0 E 37 7F 8 2A
Octal 142 164 144 20 0 16 67 177 10 52
Binary 1100010 1110100 1100100 10000 0 1110 110111 1111111 1000 101010

Color Harmonies of #627464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627464

Black with #627464

Text Example


Text Example

White with #627464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627464; }

 p { color: rgb(98,116,100); }

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

background-color css

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

 a { background-color: rgb(98,116,100); }

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

border-color css

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

 span { border-color: rgb(98,116,100); }

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