Html Css Color HEX #94767B Turkish Rose

📋 copy color: '#94767B'

red 148 ◦ green 118 ◦ blue 123

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

Shades of Turkish Rose #94767B

Tints of Turkish Rose #94767B

RGB

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

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

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

R = 38.05%
G = 30.33%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#94767B (or 0x94767B) is known color: Turkish Rose. HEX triplet: 94, 76 and 7B. RGB value is (148,118,123). Sum of RGB (Red+Green+Blue) = 148+118+123=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94767B is #6B8984. Grayscale: #7F7F7F. Windows color (decimal): -7047557 or 8091284. OLE color: 8091284.

HSL color Cylindrical-coordinate representation of color #94767B: hue angle of 350º 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 #94767B is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 123 -
CMYK 0 0.20 0.17 0.42
HSL 350º 0.12% 0.52% -
HSV(B) 350º 0.2% 0.58% -
XYZ 22.27 20.68 21.56 -
YUV 127.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 148 118 123 0 0.20 0.17 0.42 350 0.12 0.52
Hex 94 76 7B 0 14 11 2A 15E C 34
Octal 224 166 173 0 24 21 52 536 14 64
Binary 10010100 1110110 1111011 0 10100 10001 101010 101011110 1100 110100

Color Harmonies of #94767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94767B

Black with #94767B

Text Example


Text Example

White with #94767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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