Html Css Color HEX #747362 Kokoda

📋 copy color: '#747362'

red 116 ◦ green 115 ◦ blue 98

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

Shades of Kokoda #747362

Tints of Kokoda #747362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 35.26%
G = 34.95%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#747362 (or 0x747362) is known color: Kokoda. HEX triplet: 74, 73 and 62. RGB value is (116,115,98). Sum of RGB (Red+Green+Blue) = 116+115+98=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #747362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747362 is #8B8C9D. Grayscale: #717171. Windows color (decimal): -9145502 or 6452084. OLE color: 6452084.

HSL color Cylindrical-coordinate representation of color #747362: hue angle of 56.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747362 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 98 -
CMYK 0 0.01 0.16 0.55
HSL 56.67º 0.08% 0.42% -
HSV(B) 56.67º 0.16% 0.45% -
XYZ 15.54 16.86 13.99 -
YUV 113.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 116 115 98 0 0.01 0.16 0.55 56.67 0.08 0.42
Hex 74 73 62 0 1 10 37 39 8 2A
Octal 164 163 142 0 1 20 67 71 10 52
Binary 1110100 1110011 1100010 0 1 10000 110111 111001 1000 101010

Color Harmonies of #747362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747362

Black with #747362

Text Example


Text Example

White with #747362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747362; }

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

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

background-color css

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

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

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

border-color css

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

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

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