Html Css Color HEX #94777A Turkish Rose

📋 copy color: '#94777A'

red 148 ◦ green 119 ◦ blue 122

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

Shades of Turkish Rose #94777A

Tints of Turkish Rose #94777A

RGB

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

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

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

R = 38.05%
G = 30.59%
B = 31.36%

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

#94777A (or 0x94777A) is known color: Turkish Rose. HEX triplet: 94, 77 and 7A. RGB value is (148,119,122). Sum of RGB (Red+Green+Blue) = 148+119+122=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94777A is #6B8885. Grayscale: #808080. Windows color (decimal): -7047302 or 8026004. OLE color: 8026004.

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

Color convert

RGB 148 119 122 -
CMYK 0 0.20 0.18 0.42
HSL 353.79º 0.12% 0.52% -
HSV(B) 353.79º 0.2% 0.58% -
XYZ 22.32 20.89 21.27 -
YUV 128.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 148 119 122 0 0.20 0.18 0.42 353.79 0.12 0.52
Hex 94 77 7A 0 14 12 2A 162 C 34
Octal 224 167 172 0 24 22 52 542 14 64
Binary 10010100 1110111 1111010 0 10100 10010 101010 101100010 1100 110100

Color Harmonies of #94777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94777A

Black with #94777A

Text Example


Text Example

White with #94777A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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