Html Css Color HEX #65776B Sirocco

📋 copy color: '#65776B'

red 101 ◦ green 119 ◦ blue 107

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

Shades of Sirocco #65776B

Tints of Sirocco #65776B

RGB

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

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

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

R = 30.89%
G = 36.39%
B = 32.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#65776B (or 0x65776B) is known color: Sirocco. HEX triplet: 65, 77 and 6B. RGB value is (101,119,107). Sum of RGB (Red+Green+Blue) = 101+119+107=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #65776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65776B is #9A8894. Grayscale: #707070. Windows color (decimal): -10127509 or 7042917. OLE color: 7042917.

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

Color convert

RGB 101 119 107 -
CMYK 0.15 0 0.10 0.53
HSL 140º 0.08% 0.43% -
HSV(B) 140º 0.15% 0.47% -
XYZ 14.62 17.02 16.43 -
YUV 112.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 101 119 107 0.15 0 0.10 0.53 140 0.08 0.43
Hex 65 77 6B F 0 A 35 8C 8 2B
Octal 145 167 153 17 0 12 65 214 10 53
Binary 1100101 1110111 1101011 1111 0 1010 110101 10001100 1000 101011

Color Harmonies of #65776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65776B

Black with #65776B

Text Example


Text Example

White with #65776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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