Html Css Color HEX #94767A Turkish Rose

📋 copy color: '#94767A'

red 148 ◦ green 118 ◦ blue 122

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

Shades of Turkish Rose #94767A

Tints of Turkish Rose #94767A

RGB

 RED value IS 148 (58.2% from 255) = 38.14%

 GREEN value IS 118 (46.48% from 255) = 30.41%

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 38.14%
G = 30.41%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94767A (or 0x94767A) is known color: Turkish Rose. HEX triplet: 94, 76 and 7A. RGB value is (148,118,122). Sum of RGB (Red+Green+Blue) = 148+118+122=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94767A is #6B8985. Grayscale: #7F7F7F. Windows color (decimal): -7047558 or 8025748. OLE color: 8025748.

HSL color Cylindrical-coordinate representation of color #94767A: hue angle of 352º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94767A is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 122 -
CMYK 0 0.20 0.18 0.42
HSL 352º 0.12% 0.52% -
HSV(B) 352º 0.2% 0.58% -
XYZ 22.2 20.66 21.23 -
YUV 127.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 148 118 122 0 0.20 0.18 0.42 352 0.12 0.52
Hex 94 76 7A 0 14 12 2A 160 C 34
Octal 224 166 172 0 24 22 52 540 14 64
Binary 10010100 1110110 1111010 0 10100 10010 101010 101100000 1100 110100

Color Harmonies of #94767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94767A

Black with #94767A

Text Example


Text Example

White with #94767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94767A; }

 p { color: rgb(148,118,122); }

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

background-color css

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

 a { background-color: rgb(148,118,122); }

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

border-color css

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

 span { border-color: rgb(148,118,122); }

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