Html Css Color HEX #757254 Kokoda

📋 copy color: '#757254'

red 117 ◦ green 114 ◦ blue 84

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

Shades of Kokoda #757254

Tints of Kokoda #757254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 37.14%
G = 36.19%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#757254 (or 0x757254) is known color: Kokoda. HEX triplet: 75, 72 and 54. RGB value is (117,114,84). Sum of RGB (Red+Green+Blue) = 117+114+84=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #757254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757254 is #8A8DAB. Grayscale: #6F6F6F. Windows color (decimal): -9080236 or 5534325. OLE color: 5534325.

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

Color convert

RGB 117 114 84 -
CMYK 0 0.03 0.28 0.54
HSL 54.55º 0.16% 0.39% -
HSV(B) 54.55º 0.28% 0.46% -
XYZ 14.95 16.46 10.78 -
YUV 111.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 117 114 84 0 0.03 0.28 0.54 54.55 0.16 0.39
Hex 75 72 54 0 3 1C 36 37 10 27
Octal 165 162 124 0 3 34 66 67 20 47
Binary 1110101 1110010 1010100 0 11 11100 110110 110111 10000 100111

Color Harmonies of #757254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757254

Black with #757254

Text Example


Text Example

White with #757254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757254; }

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

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

background-color css

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

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

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

border-color css

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

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

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