Html Css Color HEX #7B907D Davy's Grey

📋 copy color: '#7B907D'

red 123 ◦ green 144 ◦ blue 125

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

Shades of Davy's Grey #7B907D

Tints of Davy's Grey #7B907D

RGB

 RED value IS 123 (48.44% from 255) = 31.38%

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

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

R = 31.38%
G = 36.73%
B = 31.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#7B907D (or 0x7B907D) is known color: Davy's Grey. HEX triplet: 7B, 90 and 7D. RGB value is (123,144,125). Sum of RGB (Red+Green+Blue) = 123+144+125=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #7B907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B907D is #846F82. Grayscale: #878787. Windows color (decimal): -8679299 or 8228987. OLE color: 8228987.

HSL color Cylindrical-coordinate representation of color #7B907D: hue angle of 125.71º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B907D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 144 125 -
CMYK 0.15 0 0.13 0.44
HSL 125.71º 0.09% 0.52% -
HSV(B) 125.71º 0.15% 0.56% -
XYZ 21.84 25.64 23.2 -
YUV 135.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 123 144 125 0.15 0 0.13 0.44 125.71 0.09 0.52
Hex 7B 90 7D F 0 D 2C 7E 9 34
Octal 173 220 175 17 0 15 54 176 11 64
Binary 1111011 10010000 1111101 1111 0 1101 101100 1111110 1001 110100

Color Harmonies of #7B907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B907D

Black with #7B907D

Text Example


Text Example

White with #7B907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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