Html Css Color HEX #747258 Kokoda

📋 copy color: '#747258'

red 116 ◦ green 114 ◦ blue 88

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

Shades of Kokoda #747258

Tints of Kokoda #747258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.67%

R = 36.48%
G = 35.85%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#747258 (or 0x747258) is known color: Kokoda. HEX triplet: 74, 72 and 58. RGB value is (116,114,88). Sum of RGB (Red+Green+Blue) = 116+114+88=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #747258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747258 is #8B8DA7. Grayscale: #6F6F6F. Windows color (decimal): -9145768 or 5796468. OLE color: 5796468.

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

Color convert

RGB 116 114 88 -
CMYK 0 0.02 0.24 0.55
HSL 55.71º 0.14% 0.4% -
HSV(B) 55.71º 0.24% 0.45% -
XYZ 14.98 16.45 11.62 -
YUV 111.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 116 114 88 0 0.02 0.24 0.55 55.71 0.14 0.4
Hex 74 72 58 0 2 18 37 38 E 28
Octal 164 162 130 0 2 30 67 70 16 50
Binary 1110100 1110010 1011000 0 10 11000 110111 111000 1110 101000

Color Harmonies of #747258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747258

Black with #747258

Text Example


Text Example

White with #747258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747258; }

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

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

background-color css

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

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

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

border-color css

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

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

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