Html Css Color HEX #747358 Kokoda

📋 copy color: '#747358'

red 116 ◦ green 115 ◦ blue 88

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

Shades of Kokoda #747358

Tints of Kokoda #747358

RGB

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

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

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

R = 36.36%
G = 36.05%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#747358 (or 0x747358) is known color: Kokoda. HEX triplet: 74, 73 and 58. RGB value is (116,115,88). Sum of RGB (Red+Green+Blue) = 116+115+88=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #747358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747358 is #8B8CA7. Grayscale: #707070. Windows color (decimal): -9145512 or 5796724. OLE color: 5796724.

HSL color Cylindrical-coordinate representation of color #747358: hue angle of 57.86º 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 #747358 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 88 -
CMYK 0 0.01 0.24 0.55
HSL 57.86º 0.14% 0.4% -
HSV(B) 57.86º 0.24% 0.45% -
XYZ 15.09 16.68 11.66 -
YUV 112.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 116 115 88 0 0.01 0.24 0.55 57.86 0.14 0.4
Hex 74 73 58 0 1 18 37 3A E 28
Octal 164 163 130 0 1 30 67 72 16 50
Binary 1110100 1110011 1011000 0 1 11000 110111 111010 1110 101000

Color Harmonies of #747358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747358

Black with #747358

Text Example


Text Example

White with #747358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747358; }

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

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

background-color css

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

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

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

border-color css

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

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

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