Html Css Color HEX #4F807F Breaker Bay

📋 copy color: '#4F807F'

red 79 ◦ green 128 ◦ blue 127

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

Shades of Breaker Bay #4F807F

Tints of Breaker Bay #4F807F

RGB

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

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

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

R = 23.65%
G = 38.32%
B = 38.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#4F807F (or 0x4F807F) is known color: Breaker Bay. HEX triplet: 4F, 80 and 7F. RGB value is (79,128,127). Sum of RGB (Red+Green+Blue) = 79+128+127=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #4F807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F807F is #B07F80. Grayscale: #717171. Windows color (decimal): -11566977 or 8355919. OLE color: 8355919.

HSL color Cylindrical-coordinate representation of color #4F807F: hue angle of 178.78º 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 #4F807F is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 128 127 -
CMYK 0.38 0 0.01 0.50
HSL 178.78º 0.24% 0.41% -
HSV(B) 178.78º 0.38% 0.5% -
XYZ 14.77 18.63 22.9 -
YUV 113.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 79 128 127 0.38 0 0.01 0.50 178.78 0.24 0.41
Hex 4F 80 7F 26 0 1 32 B3 18 29
Octal 117 200 177 46 0 1 62 263 30 51
Binary 1001111 10000000 1111111 100110 0 1 110010 10110011 11000 101001

Color Harmonies of #4F807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F807F

Black with #4F807F

Text Example


Text Example

White with #4F807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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