Html Css Color HEX #747254 Kokoda

📋 copy color: '#747254'

red 116 ◦ green 114 ◦ blue 84

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

Shades of Kokoda #747254

Tints of Kokoda #747254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

 BLUE value IS 84 (33.2% from 255) = 26.75%

R = 36.94%
G = 36.31%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#747254 (or 0x747254) is known color: Kokoda. HEX triplet: 74, 72 and 54. RGB value is (116,114,84). Sum of RGB (Red+Green+Blue) = 116+114+84=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #747254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747254 is #8B8DAB. Grayscale: #6F6F6F. Windows color (decimal): -9145772 or 5534324. OLE color: 5534324.

HSL color Cylindrical-coordinate representation of color #747254: hue angle of 56.25º degrees, saturation: 0.16, 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 #747254 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 84 -
CMYK 0 0.02 0.28 0.55
HSL 56.25º 0.16% 0.39% -
HSV(B) 56.25º 0.28% 0.45% -
XYZ 14.82 16.39 10.77 -
YUV 111.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 116 114 84 0 0.02 0.28 0.55 56.25 0.16 0.39
Hex 74 72 54 0 2 1C 37 38 10 27
Octal 164 162 124 0 2 34 67 70 20 47
Binary 1110100 1110010 1010100 0 10 11100 110111 111000 10000 100111

Color Harmonies of #747254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747254

Black with #747254

Text Example


Text Example

White with #747254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747254; }

 p { color: rgb(116,114,84); }

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

background-color css

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

 a { background-color: rgb(116,114,84); }

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

border-color css

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

 span { border-color: rgb(116,114,84); }

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