Html Css Color HEX #65776D Sirocco

📋 copy color: '#65776D'

red 101 ◦ green 119 ◦ blue 109

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

Shades of Sirocco #65776D

Tints of Sirocco #65776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 30.7%
G = 36.17%
B = 33.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#65776D (or 0x65776D) is known color: Sirocco. HEX triplet: 65, 77 and 6D. RGB value is (101,119,109). Sum of RGB (Red+Green+Blue) = 101+119+109=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #65776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65776D is #9A8892. Grayscale: #707070. Windows color (decimal): -10127507 or 7173989. OLE color: 7173989.

HSL color Cylindrical-coordinate representation of color #65776D: hue angle of 146.67º 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 #65776D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 119 109 -
CMYK 0.15 0 0.08 0.53
HSL 146.67º 0.08% 0.43% -
HSV(B) 146.67º 0.15% 0.47% -
XYZ 14.72 17.06 16.99 -
YUV 112.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 101 119 109 0.15 0 0.08 0.53 146.67 0.08 0.43
Hex 65 77 6D F 0 8 35 93 8 2B
Octal 145 167 155 17 0 10 65 223 10 53
Binary 1100101 1110111 1101101 1111 0 1000 110101 10010011 1000 101011

Color Harmonies of #65776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65776D

Black with #65776D

Text Example


Text Example

White with #65776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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