Html Css Color HEX #65766A Sirocco

📋 copy color: '#65766A'

red 101 ◦ green 118 ◦ blue 106

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

Shades of Sirocco #65766A

Tints of Sirocco #65766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 31.08%
G = 36.31%
B = 32.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#65766A (or 0x65766A) is known color: Sirocco. HEX triplet: 65, 76 and 6A. RGB value is (101,118,106). Sum of RGB (Red+Green+Blue) = 101+118+106=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #65766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65766A is #9A8995. Grayscale: #6F6F6F. Windows color (decimal): -10127766 or 6977125. OLE color: 6977125.

HSL color Cylindrical-coordinate representation of color #65766A: hue angle of 137.65º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65766A is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 106 -
CMYK 0.14 0 0.10 0.54
HSL 137.65º 0.08% 0.43% -
HSV(B) 137.65º 0.14% 0.46% -
XYZ 14.45 16.76 16.11 -
YUV 111.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 101 118 106 0.14 0 0.10 0.54 137.65 0.08 0.43
Hex 65 76 6A E 0 A 36 8A 8 2B
Octal 145 166 152 16 0 12 66 212 10 53
Binary 1100101 1110110 1101010 1110 0 1010 110110 10001010 1000 101011

Color Harmonies of #65766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65766A

Black with #65766A

Text Example


Text Example

White with #65766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65766A; }

 p { color: rgb(101,118,106); }

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

background-color css

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

 a { background-color: rgb(101,118,106); }

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

border-color css

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

 span { border-color: rgb(101,118,106); }

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