Html Css Color HEX #747630 Crete

📋 copy color: '#747630'

red 116 ◦ green 118 ◦ blue 48

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

Shades of Crete #747630

Tints of Crete #747630

RGB

 RED value IS 116 (45.7% from 255) = 41.13%

 GREEN value IS 118 (46.48% from 255) = 41.84%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 41.13%
G = 41.84%
B = 17.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#747630 (or 0x747630) is known color: Crete. HEX triplet: 74, 76 and 30. RGB value is (116,118,48). Sum of RGB (Red+Green+Blue) = 116+118+48=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #747630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747630 is #8B89CF. Grayscale: #6D6D6D. Windows color (decimal): -9144784 or 3176052. OLE color: 3176052.

HSL color Cylindrical-coordinate representation of color #747630: hue angle of 61.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #747630 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 48 -
CMYK 0.02 0 0.59 0.54
HSL 61.71º 0.42% 0.33% -
HSV(B) 61.71º 0.59% 0.46% -
XYZ 14.21 16.88 5.31 -
YUV 109.42 93.34 132.69 -
System Red Green Blue C M Y K H S L
Decimal 116 118 48 0.02 0 0.59 0.54 61.71 0.42 0.33
Hex 74 76 30 2 0 3B 36 3E 2A 21
Octal 164 166 60 2 0 73 66 76 52 41
Binary 1110100 1110110 110000 10 0 111011 110110 111110 101010 100001

Color Harmonies of #747630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747630

Black with #747630

Text Example


Text Example

White with #747630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747630; }

 p { color: rgb(116,118,48); }

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

background-color css

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

 a { background-color: rgb(116,118,48); }

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

border-color css

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

 span { border-color: rgb(116,118,48); }

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