Html Css Color HEX #747353 Kokoda

📋 copy color: '#747353'

red 116 ◦ green 115 ◦ blue 83

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

Shades of Kokoda #747353

Tints of Kokoda #747353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 36.94%
G = 36.62%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#747353 (or 0x747353) is known color: Kokoda. HEX triplet: 74, 73 and 53. RGB value is (116,115,83). Sum of RGB (Red+Green+Blue) = 116+115+83=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #747353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747353 is #8B8CAC. Grayscale: #6F6F6F. Windows color (decimal): -9145517 or 5469044. OLE color: 5469044.

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

Color convert

RGB 116 115 83 -
CMYK 0 0.01 0.28 0.55
HSL 58.18º 0.17% 0.39% -
HSV(B) 58.18º 0.28% 0.45% -
XYZ 14.89 16.6 10.6 -
YUV 111.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 116 115 83 0 0.01 0.28 0.55 58.18 0.17 0.39
Hex 74 73 53 0 1 1C 37 3A 11 27
Octal 164 163 123 0 1 34 67 72 21 47
Binary 1110100 1110011 1010011 0 1 11100 110111 111010 10001 100111

Color Harmonies of #747353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747353

Black with #747353

Text Example


Text Example

White with #747353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747353; }

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

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

background-color css

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

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

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

border-color css

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

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

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