Html Css Color HEX #76745D Kokoda

📋 copy color: '#76745D'

red 118 ◦ green 116 ◦ blue 93

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

Shades of Kokoda #76745D

Tints of Kokoda #76745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 36.09%
G = 35.47%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76745D (or 0x76745D) is known color: Kokoda. HEX triplet: 76, 74 and 5D. RGB value is (118,116,93). Sum of RGB (Red+Green+Blue) = 118+116+93=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #76745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76745D is #898BA2. Grayscale: #727272. Windows color (decimal): -9014179 or 6124662. OLE color: 6124662.

HSL color Cylindrical-coordinate representation of color #76745D: hue angle of 55.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76745D is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 93 -
CMYK 0 0.02 0.21 0.54
HSL 55.2º 0.12% 0.41% -
HSV(B) 55.2º 0.21% 0.46% -
XYZ 15.69 17.13 12.84 -
YUV 113.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 118 116 93 0 0.02 0.21 0.54 55.2 0.12 0.41
Hex 76 74 5D 0 2 15 36 37 C 29
Octal 166 164 135 0 2 25 66 67 14 51
Binary 1110110 1110100 1011101 0 10 10101 110110 110111 1100 101001

Color Harmonies of #76745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76745D

Black with #76745D

Text Example


Text Example

White with #76745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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