Html Css Color HEX #AB777F Turkish Rose

📋 copy color: '#AB777F'

red 171 ◦ green 119 ◦ blue 127

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

Shades of Turkish Rose #AB777F

Tints of Turkish Rose #AB777F

RGB

 RED value IS 171 (67.19% from 255) = 41.01%

 GREEN value IS 119 (46.88% from 255) = 28.54%

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

R = 41.01%
G = 28.54%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB777F (or 0xAB777F) is known color: Turkish Rose. HEX triplet: AB, 77 and 7F. RGB value is (171,119,127). Sum of RGB (Red+Green+Blue) = 171+119+127=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB777F is #548880. Grayscale: #878787. Windows color (decimal): -5539969 or 8353707. OLE color: 8353707.

HSL color Cylindrical-coordinate representation of color #AB777F: hue angle of 350.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB777F is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 119 127 -
CMYK 0 0.30 0.26 0.33
HSL 350.77º 0.24% 0.57% -
HSV(B) 350.77º 0.3% 0.67% -
XYZ 27.22 23.38 23.16 -
YUV 135.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 171 119 127 0 0.30 0.26 0.33 350.77 0.24 0.57
Hex AB 77 7F 0 1E 1A 21 15F 18 39
Octal 253 167 177 0 36 32 41 537 30 71
Binary 10101011 1110111 1111111 0 11110 11010 100001 101011111 11000 111001

Color Harmonies of #AB777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB777F

Black with #AB777F

Text Example


Text Example

White with #AB777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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