Html Css Color HEX #767353 Kokoda

📋 copy color: '#767353'

red 118 ◦ green 115 ◦ blue 83

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

Shades of Kokoda #767353

Tints of Kokoda #767353

RGB

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

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

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

R = 37.34%
G = 36.39%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#767353 (or 0x767353) is known color: Kokoda. HEX triplet: 76, 73 and 53. RGB value is (118,115,83). Sum of RGB (Red+Green+Blue) = 118+115+83=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #767353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767353 is #898CAC. Grayscale: #707070. Windows color (decimal): -9014445 or 5469046. OLE color: 5469046.

HSL color Cylindrical-coordinate representation of color #767353: hue angle of 54.86º 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 #767353 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 83 -
CMYK 0 0.03 0.30 0.54
HSL 54.86º 0.17% 0.39% -
HSV(B) 54.86º 0.3% 0.46% -
XYZ 15.16 16.74 10.62 -
YUV 112.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 118 115 83 0 0.03 0.30 0.54 54.86 0.17 0.39
Hex 76 73 53 0 3 1E 36 37 11 27
Octal 166 163 123 0 3 36 66 67 21 47
Binary 1110110 1110011 1010011 0 11 11110 110110 110111 10001 100111

Color Harmonies of #767353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767353

Black with #767353

Text Example


Text Example

White with #767353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767353; }

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

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

background-color css

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

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

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

border-color css

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

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

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