Html Css Color HEX #72625B Dorado

📋 copy color: '#72625B'

red 114 ◦ green 98 ◦ blue 91

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

Shades of Dorado #72625B

Tints of Dorado #72625B

RGB

 RED value IS 114 (44.92% from 255) = 37.62%

 GREEN value IS 98 (38.67% from 255) = 32.34%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 37.62%
G = 32.34%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72625B (or 0x72625B) is known color: Dorado. HEX triplet: 72, 62 and 5B. RGB value is (114,98,91). Sum of RGB (Red+Green+Blue) = 114+98+91=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #72625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72625B is #8D9DA4. Grayscale: #666666. Windows color (decimal): -9280933 or 5988978. OLE color: 5988978.

HSL color Cylindrical-coordinate representation of color #72625B: hue angle of 18.26º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72625B is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 91 -
CMYK 0 0.14 0.20 0.55
HSL 18.26º 0.11% 0.4% -
HSV(B) 18.26º 0.2% 0.45% -
XYZ 13.2 13.07 11.72 -
YUV 101.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 114 98 91 0 0.14 0.20 0.55 18.26 0.11 0.4
Hex 72 62 5B 0 E 14 37 12 B 28
Octal 162 142 133 0 16 24 67 22 13 50
Binary 1110010 1100010 1011011 0 1110 10100 110111 10010 1011 101000

Color Harmonies of #72625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72625B

Black with #72625B

Text Example


Text Example

White with #72625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,98,91); }

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

background-color css

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

 a { background-color: rgb(114,98,91); }

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

border-color css

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

 span { border-color: rgb(114,98,91); }

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