Html Css Color HEX #7C7858 Kokoda

📋 copy color: '#7C7858'

red 124 ◦ green 120 ◦ blue 88

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

Shades of Kokoda #7C7858

Tints of Kokoda #7C7858

RGB

 RED value IS 124 (48.83% from 255) = 37.35%

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 37.35%
G = 36.14%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7C7858 (or 0x7C7858) is known color: Kokoda. HEX triplet: 7C, 78 and 58. RGB value is (124,120,88). Sum of RGB (Red+Green+Blue) = 124+120+88=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7858 is #8387A7. Grayscale: #757575. Windows color (decimal): -8619944 or 5798012. OLE color: 5798012.

HSL color Cylindrical-coordinate representation of color #7C7858: hue angle of 53.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C7858 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 120 88 -
CMYK 0 0.03 0.29 0.51
HSL 53.33º 0.17% 0.42% -
HSV(B) 53.33º 0.29% 0.49% -
XYZ 16.79 18.42 11.9 -
YUV 117.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 124 120 88 0 0.03 0.29 0.51 53.33 0.17 0.42
Hex 7C 78 58 0 3 1D 33 35 11 2A
Octal 174 170 130 0 3 35 63 65 21 52
Binary 1111100 1111000 1011000 0 11 11101 110011 110101 10001 101010

Color Harmonies of #7C7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7858

Black with #7C7858

Text Example


Text Example

White with #7C7858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7858; }

 p { color: rgb(124,120,88); }

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

background-color css

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

 a { background-color: rgb(124,120,88); }

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

border-color css

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

 span { border-color: rgb(124,120,88); }

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