Html Css Color HEX #767453 Kokoda

📋 copy color: '#767453'

red 118 ◦ green 116 ◦ blue 83

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

Shades of Kokoda #767453

Tints of Kokoda #767453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 37.22%
G = 36.59%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#767453 (or 0x767453) is known color: Kokoda. HEX triplet: 76, 74 and 53. RGB value is (118,116,83). Sum of RGB (Red+Green+Blue) = 118+116+83=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #767453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767453 is #898BAC. Grayscale: #707070. Windows color (decimal): -9014189 or 5469302. OLE color: 5469302.

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

Color convert

RGB 118 116 83 -
CMYK 0 0.02 0.30 0.54
HSL 56.57º 0.17% 0.39% -
HSV(B) 56.57º 0.3% 0.46% -
XYZ 15.28 16.97 10.65 -
YUV 112.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 118 116 83 0 0.02 0.30 0.54 56.57 0.17 0.39
Hex 76 74 53 0 2 1E 36 39 11 27
Octal 166 164 123 0 2 36 66 71 21 47
Binary 1110110 1110100 1010011 0 10 11110 110110 111001 10001 100111

Color Harmonies of #767453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767453

Black with #767453

Text Example


Text Example

White with #767453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767453; }

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

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

background-color css

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

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

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

border-color css

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

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

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