Html Css Color HEX #927B7D Venus

📋 copy color: '#927B7D'

red 146 ◦ green 123 ◦ blue 125

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

Shades of Venus #927B7D

Tints of Venus #927B7D

RGB

 RED value IS 146 (57.42% from 255) = 37.06%

 GREEN value IS 123 (48.44% from 255) = 31.22%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 37.06%
G = 31.22%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#927B7D (or 0x927B7D) is known color: Venus. HEX triplet: 92, 7B and 7D. RGB value is (146,123,125). Sum of RGB (Red+Green+Blue) = 146+123+125=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #927B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B7D is #6D8482. Grayscale: #828282. Windows color (decimal): -7177347 or 8223634. OLE color: 8223634.

HSL color Cylindrical-coordinate representation of color #927B7D: hue angle of 354.78º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927B7D is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 123 125 -
CMYK 0 0.16 0.14 0.43
HSL 354.78º 0.1% 0.53% -
HSV(B) 354.78º 0.16% 0.57% -
XYZ 22.64 21.76 22.41 -
YUV 130.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 146 123 125 0 0.16 0.14 0.43 354.78 0.1 0.53
Hex 92 7B 7D 0 10 E 2B 163 A 35
Octal 222 173 175 0 20 16 53 543 12 65
Binary 10010010 1111011 1111101 0 10000 1110 101011 101100011 1010 110101

Color Harmonies of #927B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927B7D

Black with #927B7D

Text Example


Text Example

White with #927B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927B7D; }

 p { color: rgb(146,123,125); }

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

background-color css

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

 a { background-color: rgb(146,123,125); }

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

border-color css

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

 span { border-color: rgb(146,123,125); }

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