Html Css Color HEX #7C907F Blue Smoke

📋 copy color: '#7C907F'

red 124 ◦ green 144 ◦ blue 127

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

Shades of Blue Smoke #7C907F

Tints of Blue Smoke #7C907F

RGB

 RED value IS 124 (48.83% from 255) = 31.39%

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 127 (50% from 255) = 32.15%

R = 31.39%
G = 36.46%
B = 32.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#7C907F (or 0x7C907F) is known color: Blue Smoke. HEX triplet: 7C, 90 and 7F. RGB value is (124,144,127). Sum of RGB (Red+Green+Blue) = 124+144+127=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #7C907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C907F is #836F80. Grayscale: #888888. Windows color (decimal): -8613761 or 8360060. OLE color: 8360060.

HSL color Cylindrical-coordinate representation of color #7C907F: hue angle of 129º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C907F is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 144 127 -
CMYK 0.14 0 0.12 0.44
HSL 129º 0.08% 0.53% -
HSV(B) 129º 0.14% 0.56% -
XYZ 22.12 25.76 23.89 -
YUV 136.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 124 144 127 0.14 0 0.12 0.44 129 0.08 0.53
Hex 7C 90 7F E 0 C 2C 81 8 35
Octal 174 220 177 16 0 14 54 201 10 65
Binary 1111100 10010000 1111111 1110 0 1100 101100 10000001 1000 110101

Color Harmonies of #7C907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C907F

Black with #7C907F

Text Example


Text Example

White with #7C907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C907F; }

 p { color: rgb(124,144,127); }

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

background-color css

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

 a { background-color: rgb(124,144,127); }

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

border-color css

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

 span { border-color: rgb(124,144,127); }

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