Html Css Color HEX #7D795C Kokoda

📋 copy color: '#7D795C'

red 125 ◦ green 121 ◦ blue 92

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

Shades of Kokoda #7D795C

Tints of Kokoda #7D795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 36.98%
G = 35.8%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D795C (or 0x7D795C) is known color: Kokoda. HEX triplet: 7D, 79 and 5C. RGB value is (125,121,92). Sum of RGB (Red+Green+Blue) = 125+121+92=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D795C is #8286A3. Grayscale: #777777. Windows color (decimal): -8554148 or 6060413. OLE color: 6060413.

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

Color convert

RGB 125 121 92 -
CMYK 0 0.03 0.26 0.51
HSL 52.73º 0.15% 0.43% -
HSV(B) 52.73º 0.26% 0.49% -
XYZ 17.23 18.81 12.85 -
YUV 118.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 125 121 92 0 0.03 0.26 0.51 52.73 0.15 0.43
Hex 7D 79 5C 0 3 1A 33 35 F 2B
Octal 175 171 134 0 3 32 63 65 17 53
Binary 1111101 1111001 1011100 0 11 11010 110011 110101 1111 101011

Color Harmonies of #7D795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D795C

Black with #7D795C

Text Example


Text Example

White with #7D795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,121,92); }

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

background-color css

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

 a { background-color: rgb(125,121,92); }

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

border-color css

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

 span { border-color: rgb(125,121,92); }

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