Html Css Color HEX #7C7556 Kokoda

📋 copy color: '#7C7556'

red 124 ◦ green 117 ◦ blue 86

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

Shades of Kokoda #7C7556

Tints of Kokoda #7C7556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 37.92%
G = 35.78%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C7556 (or 0x7C7556) is known color: Kokoda. HEX triplet: 7C, 75 and 56. RGB value is (124,117,86). Sum of RGB (Red+Green+Blue) = 124+117+86=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7556 is #838AA9. Grayscale: #737373. Windows color (decimal): -8620714 or 5666172. OLE color: 5666172.

HSL color Cylindrical-coordinate representation of color #7C7556: hue angle of 48.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C7556 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 117 86 -
CMYK 0 0.06 0.31 0.51
HSL 48.95º 0.18% 0.41% -
HSV(B) 48.95º 0.31% 0.49% -
XYZ 16.35 17.68 11.35 -
YUV 115.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 124 117 86 0 0.06 0.31 0.51 48.95 0.18 0.41
Hex 7C 75 56 0 6 1F 33 31 12 29
Octal 174 165 126 0 6 37 63 61 22 51
Binary 1111100 1110101 1010110 0 110 11111 110011 110001 10010 101001

Color Harmonies of #7C7556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7556

Black with #7C7556

Text Example


Text Example

White with #7C7556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,86); }

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

background-color css

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

 a { background-color: rgb(124,117,86); }

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

border-color css

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

 span { border-color: rgb(124,117,86); }

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