Html Css Color HEX #757454 Kokoda

📋 copy color: '#757454'

red 117 ◦ green 116 ◦ blue 84

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

Shades of Kokoda #757454

Tints of Kokoda #757454

RGB

 RED value IS 117 (46.09% from 255) = 36.91%

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

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

R = 36.91%
G = 36.59%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#757454 (or 0x757454) is known color: Kokoda. HEX triplet: 75, 74 and 54. RGB value is (117,116,84). Sum of RGB (Red+Green+Blue) = 117+116+84=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #757454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757454 is #8A8BAB. Grayscale: #707070. Windows color (decimal): -9079724 or 5534837. OLE color: 5534837.

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

Color convert

RGB 117 116 84 -
CMYK 0 0.01 0.28 0.54
HSL 58.18º 0.16% 0.39% -
HSV(B) 58.18º 0.28% 0.46% -
XYZ 15.18 16.91 10.85 -
YUV 112.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 117 116 84 0 0.01 0.28 0.54 58.18 0.16 0.39
Hex 75 74 54 0 1 1C 36 3A 10 27
Octal 165 164 124 0 1 34 66 72 20 47
Binary 1110101 1110100 1010100 0 1 11100 110110 111010 10000 100111

Color Harmonies of #757454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757454

Black with #757454

Text Example


Text Example

White with #757454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757454; }

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

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

background-color css

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

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

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

border-color css

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

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

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