Html Css Color HEX #769884 Oxley

📋 copy color: '#769884'

red 118 ◦ green 152 ◦ blue 132

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

Shades of Oxley #769884

Tints of Oxley #769884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.84%

R = 29.35%
G = 37.81%
B = 32.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#769884 (or 0x769884) is known color: Oxley. HEX triplet: 76, 98 and 84. RGB value is (118,152,132). Sum of RGB (Red+Green+Blue) = 118+152+132=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #769884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769884 is #89677B. Grayscale: #8B8B8B. Windows color (decimal): -9004924 or 8689782. OLE color: 8689782.

HSL color Cylindrical-coordinate representation of color #769884: hue angle of 144.71º 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 #769884 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 132 -
CMYK 0.22 0 0.13 0.40
HSL 144.71º 0.14% 0.53% -
HSV(B) 144.71º 0.22% 0.6% -
XYZ 22.86 27.97 26.02 -
YUV 139.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 118 152 132 0.22 0 0.13 0.40 144.71 0.14 0.53
Hex 76 98 84 16 0 D 28 91 E 35
Octal 166 230 204 26 0 15 50 221 16 65
Binary 1110110 10011000 10000100 10110 0 1101 101000 10010001 1110 110101

Color Harmonies of #769884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769884

Black with #769884

Text Example


Text Example

White with #769884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769884; }

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

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

background-color css

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

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

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

border-color css

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

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

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