Html Css Color HEX #7D9292 Juniper

📋 copy color: '#7D9292'

red 125 ◦ green 146 ◦ blue 146

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

Shades of Juniper #7D9292

Tints of Juniper #7D9292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

 BLUE value IS 146 (57.42% from 255) = 35.01%

R = 29.98%
G = 35.01%
B = 35.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D9292 (or 0x7D9292) is known color: Juniper. HEX triplet: 7D, 92 and 92. RGB value is (125,146,146). Sum of RGB (Red+Green+Blue) = 125+146+146=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #7D9292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9292 is #826D6D. Grayscale: #8B8B8B. Windows color (decimal): -8547694 or 9605757. OLE color: 9605757.

HSL color Cylindrical-coordinate representation of color #7D9292: hue angle of 180º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D9292 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 146 -
CMYK 0.14 0 0 0.43
HSL 180º 0.09% 0.53% -
HSV(B) 180º 0.14% 0.57% -
XYZ 23.92 26.99 31.14 -
YUV 139.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 125 146 146 0.14 0 0 0.43 180 0.09 0.53
Hex 7D 92 92 E 0 0 2B B4 9 35
Octal 175 222 222 16 0 0 53 264 11 65
Binary 1111101 10010010 10010010 1110 0 0 101011 10110100 1001 110101

Color Harmonies of #7D9292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9292

Black with #7D9292

Text Example


Text Example

White with #7D9292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,146,146); }

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

background-color css

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

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

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

border-color css

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

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

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