Html Css Color HEX #757353 Kokoda

📋 copy color: '#757353'

red 117 ◦ green 115 ◦ blue 83

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

Shades of Kokoda #757353

Tints of Kokoda #757353

RGB

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

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

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

R = 37.14%
G = 36.51%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#757353 (or 0x757353) is known color: Kokoda. HEX triplet: 75, 73 and 53. RGB value is (117,115,83). Sum of RGB (Red+Green+Blue) = 117+115+83=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #757353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757353 is #8A8CAC. Grayscale: #707070. Windows color (decimal): -9079981 or 5469045. OLE color: 5469045.

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

Color convert

RGB 117 115 83 -
CMYK 0 0.02 0.29 0.54
HSL 56.47º 0.17% 0.39% -
HSV(B) 56.47º 0.29% 0.46% -
XYZ 15.03 16.67 10.61 -
YUV 111.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 117 115 83 0 0.02 0.29 0.54 56.47 0.17 0.39
Hex 75 73 53 0 2 1D 36 38 11 27
Octal 165 163 123 0 2 35 66 70 21 47
Binary 1110101 1110011 1010011 0 10 11101 110110 111000 10001 100111

Color Harmonies of #757353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757353

Black with #757353

Text Example


Text Example

White with #757353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757353; }

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

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

background-color css

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

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

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

border-color css

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

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

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