Html Css Color HEX #917A7B Turkish Rose

📋 copy color: '#917A7B'

red 145 ◦ green 122 ◦ blue 123

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

Shades of Turkish Rose #917A7B

Tints of Turkish Rose #917A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 37.18%
G = 31.28%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#917A7B (or 0x917A7B) is known color: Turkish Rose. HEX triplet: 91, 7A and 7B. RGB value is (145,122,123). Sum of RGB (Red+Green+Blue) = 145+122+123=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #917A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A7B is #6E8584. Grayscale: #818181. Windows color (decimal): -7243141 or 8092305. OLE color: 8092305.

HSL color Cylindrical-coordinate representation of color #917A7B: hue angle of 357.39º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #917A7B is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 122 123 -
CMYK 0 0.16 0.15 0.43
HSL 357.39º 0.09% 0.52% -
HSV(B) 357.39º 0.16% 0.57% -
XYZ 22.21 21.37 21.69 -
YUV 128.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 145 122 123 0 0.16 0.15 0.43 357.39 0.09 0.52
Hex 91 7A 7B 0 10 F 2B 165 9 34
Octal 221 172 173 0 20 17 53 545 11 64
Binary 10010001 1111010 1111011 0 10000 1111 101011 101100101 1001 110100

Color Harmonies of #917A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A7B

Black with #917A7B

Text Example


Text Example

White with #917A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917A7B; }

 p { color: rgb(145,122,123); }

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

background-color css

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

 a { background-color: rgb(145,122,123); }

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

border-color css

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

 span { border-color: rgb(145,122,123); }

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