Html Css Color HEX #767567 Kokoda

📋 copy color: '#767567'

red 118 ◦ green 117 ◦ blue 103

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

Shades of Kokoda #767567

Tints of Kokoda #767567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 34.91%
G = 34.62%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#767567 (or 0x767567) is known color: Kokoda. HEX triplet: 76, 75 and 67. RGB value is (118,117,103). Sum of RGB (Red+Green+Blue) = 118+117+103=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #767567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767567 is #898A98. Grayscale: #737373. Windows color (decimal): -9013913 or 6780278. OLE color: 6780278.

HSL color Cylindrical-coordinate representation of color #767567: hue angle of 56º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767567 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 103 -
CMYK 0 0.01 0.13 0.54
HSL 56º 0.07% 0.43% -
HSV(B) 56º 0.13% 0.46% -
XYZ 16.28 17.55 15.36 -
YUV 115.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 118 117 103 0 0.01 0.13 0.54 56 0.07 0.43
Hex 76 75 67 0 1 D 36 38 7 2B
Octal 166 165 147 0 1 15 66 70 7 53
Binary 1110110 1110101 1100111 0 1 1101 110110 111000 111 101011

Color Harmonies of #767567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767567

Black with #767567

Text Example


Text Example

White with #767567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767567; }

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

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

background-color css

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

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

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

border-color css

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

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

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