Html Css Color HEX #789792 Juniper

📋 copy color: '#789792'

red 120 ◦ green 151 ◦ blue 146

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

Shades of Juniper #789792

Tints of Juniper #789792

RGB

 RED value IS 120 (47.27% from 255) = 28.78%

 GREEN value IS 151 (59.38% from 255) = 36.21%

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

R = 28.78%
G = 36.21%
B = 35.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#789792 (or 0x789792) is known color: Juniper. HEX triplet: 78, 97 and 92. RGB value is (120,151,146). Sum of RGB (Red+Green+Blue) = 120+151+146=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #789792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789792 is #87686D. Grayscale: #8D8D8D. Windows color (decimal): -8874094 or 9607032. OLE color: 9607032.

HSL color Cylindrical-coordinate representation of color #789792: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789792 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 151 146 -
CMYK 0.21 0 0.03 0.41
HSL 170.32º 0.13% 0.53% -
HSV(B) 170.32º 0.21% 0.59% -
XYZ 24 28.2 31.37 -
YUV 141.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 120 151 146 0.21 0 0.03 0.41 170.32 0.13 0.53
Hex 78 97 92 15 0 3 29 AA D 35
Octal 170 227 222 25 0 3 51 252 15 65
Binary 1111000 10010111 10010010 10101 0 11 101001 10101010 1101 110101

Color Harmonies of #789792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789792

Black with #789792

Text Example


Text Example

White with #789792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789792; }

 p { color: rgb(120,151,146); }

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

background-color css

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

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

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

border-color css

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

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

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