Html Css Color HEX #75735B Kokoda

📋 copy color: '#75735B'

red 117 ◦ green 115 ◦ blue 91

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

Shades of Kokoda #75735B

Tints of Kokoda #75735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 36.22%
G = 35.6%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75735B (or 0x75735B) is known color: Kokoda. HEX triplet: 75, 73 and 5B. RGB value is (117,115,91). Sum of RGB (Red+Green+Blue) = 117+115+91=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75735B is #8A8CA4. Grayscale: #707070. Windows color (decimal): -9079973 or 5993333. OLE color: 5993333.

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

Color convert

RGB 117 115 91 -
CMYK 0 0.02 0.22 0.54
HSL 55.38º 0.13% 0.41% -
HSV(B) 55.38º 0.22% 0.46% -
XYZ 15.36 16.8 12.33 -
YUV 112.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 117 115 91 0 0.02 0.22 0.54 55.38 0.13 0.41
Hex 75 73 5B 0 2 16 36 37 C 29
Octal 165 163 133 0 2 26 66 67 14 51
Binary 1110101 1110011 1011011 0 10 10110 110110 110111 1100 101001

Color Harmonies of #75735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75735B

Black with #75735B

Text Example


Text Example

White with #75735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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