Html Css Color HEX #766358 Dorado

📋 copy color: '#766358'

red 118 ◦ green 99 ◦ blue 88

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

Shades of Dorado #766358

Tints of Dorado #766358

RGB

 RED value IS 118 (46.48% from 255) = 38.69%

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 88 (34.77% from 255) = 28.85%

R = 38.69%
G = 32.46%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766358 (or 0x766358) is known color: Dorado. HEX triplet: 76, 63 and 58. RGB value is (118,99,88). Sum of RGB (Red+Green+Blue) = 118+99+88=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766358 is #899CA7. Grayscale: #676767. Windows color (decimal): -9018536 or 5792630. OLE color: 5792630.

HSL color Cylindrical-coordinate representation of color #766358: hue angle of 22º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766358 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 88 -
CMYK 0 0.16 0.25 0.54
HSL 22º 0.15% 0.4% -
HSV(B) 22º 0.25% 0.46% -
XYZ 13.69 13.48 11.11 -
YUV 103.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 118 99 88 0 0.16 0.25 0.54 22 0.15 0.4
Hex 76 63 58 0 10 19 36 16 F 28
Octal 166 143 130 0 20 31 66 26 17 50
Binary 1110110 1100011 1011000 0 10000 11001 110110 10110 1111 101000

Color Harmonies of #766358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766358

Black with #766358

Text Example


Text Example

White with #766358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766358; }

 p { color: rgb(118,99,88); }

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

background-color css

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

 a { background-color: rgb(118,99,88); }

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

border-color css

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

 span { border-color: rgb(118,99,88); }

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