Html Css Color HEX #74735A Kokoda

📋 copy color: '#74735A'

red 116 ◦ green 115 ◦ blue 90

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

Shades of Kokoda #74735A

Tints of Kokoda #74735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.04%

R = 36.14%
G = 35.83%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74735A (or 0x74735A) is known color: Kokoda. HEX triplet: 74, 73 and 5A. RGB value is (116,115,90). Sum of RGB (Red+Green+Blue) = 116+115+90=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #74735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74735A is #8B8CA5. Grayscale: #707070. Windows color (decimal): -9145510 or 5927796. OLE color: 5927796.

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

Color convert

RGB 116 115 90 -
CMYK 0 0.01 0.22 0.55
HSL 57.69º 0.13% 0.4% -
HSV(B) 57.69º 0.22% 0.45% -
XYZ 15.18 16.71 12.1 -
YUV 112.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 116 115 90 0 0.01 0.22 0.55 57.69 0.13 0.4
Hex 74 73 5A 0 1 16 37 3A D 28
Octal 164 163 132 0 1 26 67 72 15 50
Binary 1110100 1110011 1011010 0 1 10110 110111 111010 1101 101000

Color Harmonies of #74735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74735A

Black with #74735A

Text Example


Text Example

White with #74735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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