Html Css Color HEX #4F8077 Breaker Bay

📋 copy color: '#4F8077'

red 79 ◦ green 128 ◦ blue 119

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

Shades of Breaker Bay #4F8077

Tints of Breaker Bay #4F8077

RGB

 RED value IS 79 (31.25% from 255) = 24.23%

 GREEN value IS 128 (50.39% from 255) = 39.26%

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 24.23%
G = 39.26%
B = 36.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#4F8077 (or 0x4F8077) is known color: Breaker Bay. HEX triplet: 4F, 80 and 77. RGB value is (79,128,119). Sum of RGB (Red+Green+Blue) = 79+128+119=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #4F8077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8077 is #B07F88. Grayscale: #707070. Windows color (decimal): -11566985 or 7831631. OLE color: 7831631.

HSL color Cylindrical-coordinate representation of color #4F8077: hue angle of 168.98º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F8077 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 128 119 -
CMYK 0.38 0 0.07 0.50
HSL 168.98º 0.24% 0.41% -
HSV(B) 168.98º 0.38% 0.5% -
XYZ 14.27 18.43 20.26 -
YUV 112.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 79 128 119 0.38 0 0.07 0.50 168.98 0.24 0.41
Hex 4F 80 77 26 0 7 32 A9 18 29
Octal 117 200 167 46 0 7 62 251 30 51
Binary 1001111 10000000 1110111 100110 0 111 110010 10101001 11000 101001

Color Harmonies of #4F8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8077

Black with #4F8077

Text Example


Text Example

White with #4F8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F8077; }

 p { color: rgb(79,128,119); }

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

background-color css

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

 a { background-color: rgb(79,128,119); }

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

border-color css

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

 span { border-color: rgb(79,128,119); }

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