Html Css Color HEX #789A7D Oxley

📋 copy color: '#789A7D'

red 120 ◦ green 154 ◦ blue 125

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

Shades of Oxley #789A7D

Tints of Oxley #789A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.6%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 30.08%
G = 38.6%
B = 31.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#789A7D (or 0x789A7D) is known color: Oxley. HEX triplet: 78, 9A and 7D. RGB value is (120,154,125). Sum of RGB (Red+Green+Blue) = 120+154+125=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #789A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789A7D is #876582. Grayscale: #8C8C8C. Windows color (decimal): -8873347 or 8231544. OLE color: 8231544.

HSL color Cylindrical-coordinate representation of color #789A7D: hue angle of 128.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789A7D is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 154 125 -
CMYK 0.22 0 0.19 0.40
HSL 128.82º 0.14% 0.54% -
HSV(B) 128.82º 0.22% 0.6% -
XYZ 23 28.58 23.71 -
YUV 140.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 120 154 125 0.22 0 0.19 0.40 128.82 0.14 0.54
Hex 78 9A 7D 16 0 13 28 81 E 36
Octal 170 232 175 26 0 23 50 201 16 66
Binary 1111000 10011010 1111101 10110 0 10011 101000 10000001 1110 110110

Color Harmonies of #789A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789A7D

Black with #789A7D

Text Example


Text Example

White with #789A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789A7D; }

 p { color: rgb(120,154,125); }

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

background-color css

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

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

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

border-color css

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

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

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