Html Css Color HEX #767461 Kokoda

📋 copy color: '#767461'

red 118 ◦ green 116 ◦ blue 97

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

Shades of Kokoda #767461

Tints of Kokoda #767461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 35.65%
G = 35.05%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#767461 (or 0x767461) is known color: Kokoda. HEX triplet: 76, 74 and 61. RGB value is (118,116,97). Sum of RGB (Red+Green+Blue) = 118+116+97=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #767461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767461 is #898B9E. Grayscale: #727272. Windows color (decimal): -9014175 or 6386806. OLE color: 6386806.

HSL color Cylindrical-coordinate representation of color #767461: hue angle of 54.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767461 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 97 -
CMYK 0 0.02 0.18 0.54
HSL 54.29º 0.1% 0.42% -
HSV(B) 54.29º 0.18% 0.46% -
XYZ 15.87 17.21 13.79 -
YUV 114.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 118 116 97 0 0.02 0.18 0.54 54.29 0.1 0.42
Hex 76 74 61 0 2 12 36 36 A 2A
Octal 166 164 141 0 2 22 66 66 12 52
Binary 1110110 1110100 1100001 0 10 10010 110110 110110 1010 101010

Color Harmonies of #767461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767461

Black with #767461

Text Example


Text Example

White with #767461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767461; }

 p { color: rgb(118,116,97); }

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

background-color css

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

 a { background-color: rgb(118,116,97); }

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

border-color css

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

 span { border-color: rgb(118,116,97); }

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