Html Css Color HEX #65776F Sirocco

📋 copy color: '#65776F'

red 101 ◦ green 119 ◦ blue 111

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

Shades of Sirocco #65776F

Tints of Sirocco #65776F

RGB

 RED value IS 101 (39.84% from 255) = 30.51%

 GREEN value IS 119 (46.88% from 255) = 35.95%

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 30.51%
G = 35.95%
B = 33.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#65776F (or 0x65776F) is known color: Sirocco. HEX triplet: 65, 77 and 6F. RGB value is (101,119,111). Sum of RGB (Red+Green+Blue) = 101+119+111=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #65776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65776F is #9A8890. Grayscale: #707070. Windows color (decimal): -10127505 or 7305061. OLE color: 7305061.

HSL color Cylindrical-coordinate representation of color #65776F: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #65776F is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 119 111 -
CMYK 0.15 0 0.07 0.53
HSL 153.33º 0.08% 0.43% -
HSV(B) 153.33º 0.15% 0.47% -
XYZ 14.83 17.11 17.56 -
YUV 112.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 101 119 111 0.15 0 0.07 0.53 153.33 0.08 0.43
Hex 65 77 6F F 0 7 35 99 8 2B
Octal 145 167 157 17 0 7 65 231 10 53
Binary 1100101 1110111 1101111 1111 0 111 110101 10011001 1000 101011

Color Harmonies of #65776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65776F

Black with #65776F

Text Example


Text Example

White with #65776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65776F; }

 p { color: rgb(101,119,111); }

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

background-color css

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

 a { background-color: rgb(101,119,111); }

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

border-color css

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

 span { border-color: rgb(101,119,111); }

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