Html Css Color HEX #767565 Kokoda

📋 copy color: '#767565'

red 118 ◦ green 117 ◦ blue 101

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

Shades of Kokoda #767565

Tints of Kokoda #767565

RGB

 RED value IS 118 (46.48% from 255) = 35.12%

 GREEN value IS 117 (46.09% from 255) = 34.82%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 35.12%
G = 34.82%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#767565 (or 0x767565) is known color: Kokoda. HEX triplet: 76, 75 and 65. RGB value is (118,117,101). Sum of RGB (Red+Green+Blue) = 118+117+101=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #767565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767565 is #898A9A. Grayscale: #737373. Windows color (decimal): -9013915 or 6649206. OLE color: 6649206.

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

Color convert

RGB 118 117 101 -
CMYK 0 0.01 0.14 0.54
HSL 56.47º 0.08% 0.43% -
HSV(B) 56.47º 0.14% 0.46% -
XYZ 16.18 17.51 14.84 -
YUV 115.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 118 117 101 0 0.01 0.14 0.54 56.47 0.08 0.43
Hex 76 75 65 0 1 E 36 38 8 2B
Octal 166 165 145 0 1 16 66 70 10 53
Binary 1110110 1110101 1100101 0 1 1110 110110 111000 1000 101011

Color Harmonies of #767565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767565

Black with #767565

Text Example


Text Example

White with #767565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767565; }

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

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

background-color css

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

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

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

border-color css

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

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

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