Html Css Color HEX #75735C Kokoda

📋 copy color: '#75735C'

red 117 ◦ green 115 ◦ blue 92

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

Shades of Kokoda #75735C

Tints of Kokoda #75735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 36.11%
G = 35.49%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75735C (or 0x75735C) is known color: Kokoda. HEX triplet: 75, 73 and 5C. RGB value is (117,115,92). Sum of RGB (Red+Green+Blue) = 117+115+92=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75735C is #8A8CA3. Grayscale: #717171. Windows color (decimal): -9079972 or 6058869. OLE color: 6058869.

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

Color convert

RGB 117 115 92 -
CMYK 0 0.02 0.21 0.54
HSL 55.2º 0.12% 0.41% -
HSV(B) 55.2º 0.21% 0.46% -
XYZ 15.4 16.82 12.56 -
YUV 112.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 117 115 92 0 0.02 0.21 0.54 55.2 0.12 0.41
Hex 75 73 5C 0 2 15 36 37 C 29
Octal 165 163 134 0 2 25 66 67 14 51
Binary 1110101 1110011 1011100 0 10 10101 110110 110111 1100 101001

Color Harmonies of #75735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75735C

Black with #75735C

Text Example


Text Example

White with #75735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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