Html Css Color HEX #769883 Oxley

📋 copy color: '#769883'

red 118 ◦ green 152 ◦ blue 131

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

Shades of Oxley #769883

Tints of Oxley #769883

RGB

 RED value IS 118 (46.48% from 255) = 29.43%

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 29.43%
G = 37.91%
B = 32.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#769883 (or 0x769883) is known color: Oxley. HEX triplet: 76, 98 and 83. RGB value is (118,152,131). Sum of RGB (Red+Green+Blue) = 118+152+131=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #769883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769883 is #89677C. Grayscale: #8B8B8B. Windows color (decimal): -9004925 or 8624246. OLE color: 8624246.

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

Color convert

RGB 118 152 131 -
CMYK 0.22 0 0.14 0.40
HSL 142.94º 0.14% 0.53% -
HSV(B) 142.94º 0.22% 0.6% -
XYZ 22.8 27.95 25.67 -
YUV 139.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 118 152 131 0.22 0 0.14 0.40 142.94 0.14 0.53
Hex 76 98 83 16 0 E 28 8F E 35
Octal 166 230 203 26 0 16 50 217 16 65
Binary 1110110 10011000 10000011 10110 0 1110 101000 10001111 1110 110101

Color Harmonies of #769883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769883

Black with #769883

Text Example


Text Example

White with #769883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769883; }

 p { color: rgb(118,152,131); }

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

background-color css

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

 a { background-color: rgb(118,152,131); }

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

border-color css

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

 span { border-color: rgb(118,152,131); }

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