#767461

Color #767461 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #767461

Tints of Kokoda #767461

Color information

#767461 (or 0x767461) is unknown color: approx 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

RGB11811697-
CMYK00.020.180.54
HSL54.29º9.77%42.16%-
HSV(B)54.29º17.8%46.27%-
XYZ15.8717.2113.79-
YUV114.43118.16130.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 116 (45.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181169700.020.180.5454.299.7742.16
Hex76746102123636a2a
Octal166164141022266661252
Binary111011011101001100001010100101101101101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>