Html Css Color HEX #7D7556 Kokoda

📋 copy color: '#7D7556'

red 125 ◦ green 117 ◦ blue 86

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

Shades of Kokoda #7D7556

Tints of Kokoda #7D7556

RGB

 RED value IS 125 (49.22% from 255) = 38.11%

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

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

R = 38.11%
G = 35.67%
B = 26.22%

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

#7D7556 (or 0x7D7556) is known color: Kokoda. HEX triplet: 7D, 75 and 56. RGB value is (125,117,86). Sum of RGB (Red+Green+Blue) = 125+117+86=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7556 is #828AA9. Grayscale: #737373. Windows color (decimal): -8555178 or 5666173. OLE color: 5666173.

HSL color Cylindrical-coordinate representation of color #7D7556: hue angle of 47.69º 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 #7D7556 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 117 86 -
CMYK 0 0.06 0.31 0.51
HSL 47.69º 0.18% 0.41% -
HSV(B) 47.69º 0.31% 0.49% -
XYZ 16.5 17.75 11.36 -
YUV 115.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 125 117 86 0 0.06 0.31 0.51 47.69 0.18 0.41
Hex 7D 75 56 0 6 1F 33 30 12 29
Octal 175 165 126 0 6 37 63 60 22 51
Binary 1111101 1110101 1010110 0 110 11111 110011 110000 10010 101001

Color Harmonies of #7D7556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7556

Black with #7D7556

Text Example


Text Example

White with #7D7556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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