Html Css Color HEX #77967F Oxley

📋 copy color: '#77967F'

red 119 ◦ green 150 ◦ blue 127

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

Shades of Oxley #77967F

Tints of Oxley #77967F

RGB

 RED value IS 119 (46.88% from 255) = 30.05%

 GREEN value IS 150 (58.98% from 255) = 37.88%

 BLUE value IS 127 (50% from 255) = 32.07%

R = 30.05%
G = 37.88%
B = 32.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#77967F (or 0x77967F) is known color: Oxley. HEX triplet: 77, 96 and 7F. RGB value is (119,150,127). Sum of RGB (Red+Green+Blue) = 119+150+127=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #77967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77967F is #886980. Grayscale: #8A8A8A. Windows color (decimal): -8939905 or 8361591. OLE color: 8361591.

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

Color convert

RGB 119 150 127 -
CMYK 0.21 0 0.15 0.41
HSL 135.48º 0.13% 0.53% -
HSV(B) 135.48º 0.21% 0.59% -
XYZ 22.34 27.27 24.16 -
YUV 138.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 119 150 127 0.21 0 0.15 0.41 135.48 0.13 0.53
Hex 77 96 7F 15 0 F 29 87 D 35
Octal 167 226 177 25 0 17 51 207 15 65
Binary 1110111 10010110 1111111 10101 0 1111 101001 10000111 1101 110101

Color Harmonies of #77967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77967F

Black with #77967F

Text Example


Text Example

White with #77967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77967F; }

 p { color: rgb(119,150,127); }

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

background-color css

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

 a { background-color: rgb(119,150,127); }

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

border-color css

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

 span { border-color: rgb(119,150,127); }

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