Html Css Color HEX #917779 Turkish Rose

📋 copy color: '#917779'

red 145 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #917779

Tints of Turkish Rose #917779

RGB

 RED value IS 145 (57.03% from 255) = 37.66%

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

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 37.66%
G = 30.91%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#917779 (or 0x917779) is known color: Turkish Rose. HEX triplet: 91, 77 and 79. RGB value is (145,119,121). Sum of RGB (Red+Green+Blue) = 145+119+121=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917779 is #6E8886. Grayscale: #7F7F7F. Windows color (decimal): -7243911 or 7960465. OLE color: 7960465.

HSL color Cylindrical-coordinate representation of color #917779: hue angle of 355.38º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917779 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 119 121 -
CMYK 0 0.18 0.17 0.43
HSL 355.38º 0.11% 0.52% -
HSV(B) 355.38º 0.18% 0.57% -
XYZ 21.73 20.59 20.92 -
YUV 127 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 145 119 121 0 0.18 0.17 0.43 355.38 0.11 0.52
Hex 91 77 79 0 12 11 2B 163 B 34
Octal 221 167 171 0 22 21 53 543 13 64
Binary 10010001 1110111 1111001 0 10010 10001 101011 101100011 1011 110100

Color Harmonies of #917779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917779

Black with #917779

Text Example


Text Example

White with #917779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917779; }

 p { color: rgb(145,119,121); }

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

background-color css

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

 a { background-color: rgb(145,119,121); }

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

border-color css

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

 span { border-color: rgb(145,119,121); }

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