Html Css Color HEX #907375 Turkish Rose

📋 copy color: '#907375'

red 144 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #907375

Tints of Turkish Rose #907375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 38.3%
G = 30.59%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#907375 (or 0x907375) is known color: Turkish Rose. HEX triplet: 90, 73 and 75. RGB value is (144,115,117). Sum of RGB (Red+Green+Blue) = 144+115+117=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #907375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907375 is #6F8C8A. Grayscale: #7B7B7B. Windows color (decimal): -7310475 or 7697296. OLE color: 7697296.

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

Color convert

RGB 144 115 117 -
CMYK 0 0.20 0.19 0.44
HSL 355.86º 0.12% 0.51% -
HSV(B) 355.86º 0.2% 0.56% -
XYZ 20.84 19.48 19.49 -
YUV 123.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 144 115 117 0 0.20 0.19 0.44 355.86 0.12 0.51
Hex 90 73 75 0 14 13 2C 164 C 33
Octal 220 163 165 0 24 23 54 544 14 63
Binary 10010000 1110011 1110101 0 10100 10011 101100 101100100 1100 110011

Color Harmonies of #907375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907375

Black with #907375

Text Example


Text Example

White with #907375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907375; }

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

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

background-color css

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

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

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

border-color css

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

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

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