Html Css Color HEX #77947B Oxley

📋 copy color: '#77947B'

red 119 ◦ green 148 ◦ blue 123

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

Shades of Oxley #77947B

Tints of Oxley #77947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 30.51%
G = 37.95%
B = 31.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#77947B (or 0x77947B) is known color: Oxley. HEX triplet: 77, 94 and 7B. RGB value is (119,148,123). Sum of RGB (Red+Green+Blue) = 119+148+123=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #77947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77947B is #886B84. Grayscale: #888888. Windows color (decimal): -8940421 or 8098935. OLE color: 8098935.

HSL color Cylindrical-coordinate representation of color #77947B: hue angle of 128.28º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77947B is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 123 -
CMYK 0.20 0 0.17 0.42
HSL 128.28º 0.12% 0.52% -
HSV(B) 128.28º 0.2% 0.58% -
XYZ 21.77 26.53 22.71 -
YUV 136.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 119 148 123 0.20 0 0.17 0.42 128.28 0.12 0.52
Hex 77 94 7B 14 0 11 2A 80 C 34
Octal 167 224 173 24 0 21 52 200 14 64
Binary 1110111 10010100 1111011 10100 0 10001 101010 10000000 1100 110100

Color Harmonies of #77947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77947B

Black with #77947B

Text Example


Text Example

White with #77947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77947B; }

 p { color: rgb(119,148,123); }

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

background-color css

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

 a { background-color: rgb(119,148,123); }

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

border-color css

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

 span { border-color: rgb(119,148,123); }

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