Html Css Color HEX #907577 Turkish Rose

📋 copy color: '#907577'

red 144 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #907577

Tints of Turkish Rose #907577

RGB

 RED value IS 144 (56.64% from 255) = 37.89%

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 37.89%
G = 30.79%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#907577 (or 0x907577) is known color: Turkish Rose. HEX triplet: 90, 75 and 77. RGB value is (144,117,119). Sum of RGB (Red+Green+Blue) = 144+117+119=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #907577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907577 is #6F8A88. Grayscale: #7D7D7D. Windows color (decimal): -7309961 or 7828880. OLE color: 7828880.

HSL color Cylindrical-coordinate representation of color #907577: hue angle of 355.56º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #907577 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 117 119 -
CMYK 0 0.19 0.17 0.44
HSL 355.56º 0.11% 0.51% -
HSV(B) 355.56º 0.19% 0.56% -
XYZ 21.19 19.98 20.19 -
YUV 125.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 144 117 119 0 0.19 0.17 0.44 355.56 0.11 0.51
Hex 90 75 77 0 13 11 2C 164 B 33
Octal 220 165 167 0 23 21 54 544 13 63
Binary 10010000 1110101 1110111 0 10011 10001 101100 101100100 1011 110011

Color Harmonies of #907577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907577

Black with #907577

Text Example


Text Example

White with #907577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907577; }

 p { color: rgb(144,117,119); }

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

background-color css

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

 a { background-color: rgb(144,117,119); }

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

border-color css

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

 span { border-color: rgb(144,117,119); }

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