Html Css Color HEX #65766B Sirocco

📋 copy color: '#65766B'

red 101 ◦ green 118 ◦ blue 107

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

Shades of Sirocco #65766B

Tints of Sirocco #65766B

RGB

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

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

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

R = 30.98%
G = 36.2%
B = 32.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#65766B (or 0x65766B) is known color: Sirocco. HEX triplet: 65, 76 and 6B. RGB value is (101,118,107). Sum of RGB (Red+Green+Blue) = 101+118+107=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #65766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65766B is #9A8994. Grayscale: #6F6F6F. Windows color (decimal): -10127765 or 7042661. OLE color: 7042661.

HSL color Cylindrical-coordinate representation of color #65766B: hue angle of 141.18º 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 #65766B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 107 -
CMYK 0.14 0 0.09 0.54
HSL 141.18º 0.08% 0.43% -
HSV(B) 141.18º 0.14% 0.46% -
XYZ 14.5 16.79 16.39 -
YUV 111.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 101 118 107 0.14 0 0.09 0.54 141.18 0.08 0.43
Hex 65 76 6B E 0 9 36 8D 8 2B
Octal 145 166 153 16 0 11 66 215 10 53
Binary 1100101 1110110 1101011 1110 0 1001 110110 10001101 1000 101011

Color Harmonies of #65766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65766B

Black with #65766B

Text Example


Text Example

White with #65766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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