Html Css Color HEX #767454 Kokoda

📋 copy color: '#767454'

red 118 ◦ green 116 ◦ blue 84

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

Shades of Kokoda #767454

Tints of Kokoda #767454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.42%

R = 37.11%
G = 36.48%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#767454 (or 0x767454) is known color: Kokoda. HEX triplet: 76, 74 and 54. RGB value is (118,116,84). Sum of RGB (Red+Green+Blue) = 118+116+84=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #767454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767454 is #898BAB. Grayscale: #717171. Windows color (decimal): -9014188 or 5534838. OLE color: 5534838.

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

Color convert

RGB 118 116 84 -
CMYK 0 0.02 0.29 0.54
HSL 56.47º 0.17% 0.4% -
HSV(B) 56.47º 0.29% 0.46% -
XYZ 15.32 16.98 10.86 -
YUV 112.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 118 116 84 0 0.02 0.29 0.54 56.47 0.17 0.4
Hex 76 74 54 0 2 1D 36 38 11 28
Octal 166 164 124 0 2 35 66 70 21 50
Binary 1110110 1110100 1010100 0 10 11101 110110 111000 10001 101000

Color Harmonies of #767454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767454

Black with #767454

Text Example


Text Example

White with #767454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767454; }

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

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

background-color css

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

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

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

border-color css

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

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

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