Html Css Color HEX #789785 Oxley

📋 copy color: '#789785'

red 120 ◦ green 151 ◦ blue 133

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

Shades of Oxley #789785

Tints of Oxley #789785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 29.7%
G = 37.38%
B = 32.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#789785 (or 0x789785) is known color: Oxley. HEX triplet: 78, 97 and 85. RGB value is (120,151,133). Sum of RGB (Red+Green+Blue) = 120+151+133=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #789785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789785 is #87687A. Grayscale: #8B8B8B. Windows color (decimal): -8874107 or 8755064. OLE color: 8755064.

HSL color Cylindrical-coordinate representation of color #789785: hue angle of 145.16º 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 #789785 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 151 133 -
CMYK 0.21 0 0.12 0.41
HSL 145.16º 0.13% 0.53% -
HSV(B) 145.16º 0.21% 0.59% -
XYZ 23.05 27.82 26.35 -
YUV 139.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 120 151 133 0.21 0 0.12 0.41 145.16 0.13 0.53
Hex 78 97 85 15 0 C 29 91 D 35
Octal 170 227 205 25 0 14 51 221 15 65
Binary 1111000 10010111 10000101 10101 0 1100 101001 10010001 1101 110101

Color Harmonies of #789785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789785

Black with #789785

Text Example


Text Example

White with #789785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789785; }

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

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

background-color css

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

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

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

border-color css

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

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

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