Html Css Color HEX #747256 Kokoda

📋 copy color: '#747256'

red 116 ◦ green 114 ◦ blue 86

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

Shades of Kokoda #747256

Tints of Kokoda #747256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.22%

R = 36.71%
G = 36.08%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#747256 (or 0x747256) is known color: Kokoda. HEX triplet: 74, 72 and 56. RGB value is (116,114,86). Sum of RGB (Red+Green+Blue) = 116+114+86=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #747256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747256 is #8B8DA9. Grayscale: #6F6F6F. Windows color (decimal): -9145770 or 5665396. OLE color: 5665396.

HSL color Cylindrical-coordinate representation of color #747256: hue angle of 56º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #747256 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 86 -
CMYK 0 0.02 0.26 0.55
HSL 56º 0.15% 0.4% -
HSV(B) 56º 0.26% 0.45% -
XYZ 14.9 16.42 11.19 -
YUV 111.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 116 114 86 0 0.02 0.26 0.55 56 0.15 0.4
Hex 74 72 56 0 2 1A 37 38 F 28
Octal 164 162 126 0 2 32 67 70 17 50
Binary 1110100 1110010 1010110 0 10 11010 110111 111000 1111 101000

Color Harmonies of #747256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747256

Black with #747256

Text Example


Text Example

White with #747256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747256; }

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

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

background-color css

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

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

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

border-color css

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

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

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