Html Css Color HEX #75735E Kokoda

📋 copy color: '#75735E'

red 117 ◦ green 115 ◦ blue 94

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

Shades of Kokoda #75735E

Tints of Kokoda #75735E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 35.89%
G = 35.28%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75735E (or 0x75735E) is known color: Kokoda. HEX triplet: 75, 73 and 5E. RGB value is (117,115,94). Sum of RGB (Red+Green+Blue) = 117+115+94=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75735E is #8A8CA1. Grayscale: #717171. Windows color (decimal): -9079970 or 6189941. OLE color: 6189941.

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

Color convert

RGB 117 115 94 -
CMYK 0 0.02 0.20 0.54
HSL 54.78º 0.11% 0.41% -
HSV(B) 54.78º 0.2% 0.46% -
XYZ 15.49 16.85 13.03 -
YUV 113.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 117 115 94 0 0.02 0.20 0.54 54.78 0.11 0.41
Hex 75 73 5E 0 2 14 36 37 B 29
Octal 165 163 136 0 2 24 66 67 13 51
Binary 1110101 1110011 1011110 0 10 10100 110110 110111 1011 101001

Color Harmonies of #75735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75735E

Black with #75735E

Text Example


Text Example

White with #75735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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