Html Css Color HEX #7D7A5D Kokoda

📋 copy color: '#7D7A5D'

red 125 ◦ green 122 ◦ blue 93

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

Shades of Kokoda #7D7A5D

Tints of Kokoda #7D7A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 36.76%
G = 35.88%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D7A5D (or 0x7D7A5D) is known color: Kokoda. HEX triplet: 7D, 7A and 5D. RGB value is (125,122,93). Sum of RGB (Red+Green+Blue) = 125+122+93=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A5D is #8285A2. Grayscale: #777777. Windows color (decimal): -8553891 or 6126205. OLE color: 6126205.

HSL color Cylindrical-coordinate representation of color #7D7A5D: hue angle of 54.38º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D7A5D is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 122 93 -
CMYK 0 0.02 0.26 0.51
HSL 54.38º 0.15% 0.43% -
HSV(B) 54.38º 0.26% 0.49% -
XYZ 17.39 19.07 13.12 -
YUV 119.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 125 122 93 0 0.02 0.26 0.51 54.38 0.15 0.43
Hex 7D 7A 5D 0 2 1A 33 36 F 2B
Octal 175 172 135 0 2 32 63 66 17 53
Binary 1111101 1111010 1011101 0 10 11010 110011 110110 1111 101011

Color Harmonies of #7D7A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7A5D

Black with #7D7A5D

Text Example


Text Example

White with #7D7A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,122,93); }

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

background-color css

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

 a { background-color: rgb(125,122,93); }

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

border-color css

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

 span { border-color: rgb(125,122,93); }

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