Html Css Color HEX #74735C Kokoda

📋 copy color: '#74735C'

red 116 ◦ green 115 ◦ blue 92

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

Shades of Kokoda #74735C

Tints of Kokoda #74735C

RGB

 RED value IS 116 (45.7% from 255) = 35.91%

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

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

R = 35.91%
G = 35.6%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74735C (or 0x74735C) is known color: Kokoda. HEX triplet: 74, 73 and 5C. RGB value is (116,115,92). Sum of RGB (Red+Green+Blue) = 116+115+92=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74735C is #8B8CA3. Grayscale: #707070. Windows color (decimal): -9145508 or 6058868. OLE color: 6058868.

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

Color convert

RGB 116 115 92 -
CMYK 0 0.01 0.21 0.55
HSL 57.5º 0.12% 0.41% -
HSV(B) 57.5º 0.21% 0.45% -
XYZ 15.26 16.75 12.55 -
YUV 112.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 116 115 92 0 0.01 0.21 0.55 57.5 0.12 0.41
Hex 74 73 5C 0 1 15 37 3A C 29
Octal 164 163 134 0 1 25 67 72 14 51
Binary 1110100 1110011 1011100 0 1 10101 110111 111010 1100 101001

Color Harmonies of #74735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74735C

Black with #74735C

Text Example


Text Example

White with #74735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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