Html Css Color HEX #AF7776 Coral Tree

📋 copy color: '#AF7776'

red 175 ◦ green 119 ◦ blue 118

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

Shades of Coral Tree #AF7776

Tints of Coral Tree #AF7776

RGB

 RED value IS 175 (68.75% from 255) = 42.48%

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

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 42.48%
G = 28.88%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF7776 (or 0xAF7776) is known color: Coral Tree. HEX triplet: AF, 77 and 76. RGB value is (175,119,118). Sum of RGB (Red+Green+Blue) = 175+119+118=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7776 is #508889. Grayscale: #878787. Windows color (decimal): -5277834 or 7763887. OLE color: 7763887.

HSL color Cylindrical-coordinate representation of color #AF7776: hue angle of 1.05º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7776 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 118 -
CMYK 0 0.32 0.33 0.31
HSL 1.05º 0.26% 0.57% -
HSV(B) 1.05º 0.33% 0.69% -
XYZ 27.55 23.62 20.25 -
YUV 135.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 175 119 118 0 0.32 0.33 0.31 1.05 0.26 0.57
Hex AF 77 76 0 20 21 1F 1 1A 39
Octal 257 167 166 0 40 41 37 1 32 71
Binary 10101111 1110111 1110110 0 100000 100001 11111 1 11010 111001

Color Harmonies of #AF7776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7776

Black with #AF7776

Text Example


Text Example

White with #AF7776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7776; }

 p { color: rgb(175,119,118); }

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

background-color css

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

 a { background-color: rgb(175,119,118); }

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

border-color css

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

 span { border-color: rgb(175,119,118); }

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