Html Css Color HEX #7D9363 Highland

📋 copy color: '#7D9363'

red 125 ◦ green 147 ◦ blue 99

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

Shades of Highland #7D9363

Tints of Highland #7D9363

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 33.69%
G = 39.62%
B = 26.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#7D9363 (or 0x7D9363) is known color: Highland. HEX triplet: 7D, 93 and 63. RGB value is (125,147,99). Sum of RGB (Red+Green+Blue) = 125+147+99=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9363 is #826C9C. Grayscale: #878787. Windows color (decimal): -8547485 or 6525821. OLE color: 6525821.

HSL color Cylindrical-coordinate representation of color #7D9363: hue angle of 87.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D9363 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 99 -
CMYK 0.15 0 0.33 0.42
HSL 87.5º 0.2% 0.48% -
HSV(B) 87.5º 0.33% 0.58% -
XYZ 21.14 26.13 15.73 -
YUV 134.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 125 147 99 0.15 0 0.33 0.42 87.5 0.2 0.48
Hex 7D 93 63 F 0 21 2A 57 14 30
Octal 175 223 143 17 0 41 52 127 24 60
Binary 1111101 10010011 1100011 1111 0 100001 101010 1010111 10100 110000

Color Harmonies of #7D9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9363

Black with #7D9363

Text Example


Text Example

White with #7D9363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,99); }

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

background-color css

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

 a { background-color: rgb(125,147,99); }

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

border-color css

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

 span { border-color: rgb(125,147,99); }

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