Html Css Color HEX #767350 Kokoda

📋 copy color: '#767350'

red 118 ◦ green 115 ◦ blue 80

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

Shades of Kokoda #767350

Tints of Kokoda #767350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 37.7%
G = 36.74%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#767350 (or 0x767350) is known color: Kokoda. HEX triplet: 76, 73 and 50. RGB value is (118,115,80). Sum of RGB (Red+Green+Blue) = 118+115+80=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #767350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767350 is #898CAF. Grayscale: #707070. Windows color (decimal): -9014448 or 5272438. OLE color: 5272438.

HSL color Cylindrical-coordinate representation of color #767350: hue angle of 55.26º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767350 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 80 -
CMYK 0 0.03 0.32 0.54
HSL 55.26º 0.19% 0.39% -
HSV(B) 55.26º 0.32% 0.46% -
XYZ 15.05 16.69 10.02 -
YUV 111.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 118 115 80 0 0.03 0.32 0.54 55.26 0.19 0.39
Hex 76 73 50 0 3 20 36 37 13 27
Octal 166 163 120 0 3 40 66 67 23 47
Binary 1110110 1110011 1010000 0 11 100000 110110 110111 10011 100111

Color Harmonies of #767350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767350

Black with #767350

Text Example


Text Example

White with #767350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767350; }

 p { color: rgb(118,115,80); }

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

background-color css

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

 a { background-color: rgb(118,115,80); }

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

border-color css

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

 span { border-color: rgb(118,115,80); }

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